home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDUCATE
/
SM20A.ARJ
/
ASSUME.SM
next >
Wrap
Text File
|
1992-03-23
|
210b
|
7 lines
# This program show the difference of the complex variable a and the real
# variable b on simplification of sgn()
assume(b == real)
abs(a)*sgn(a), a*sgn(a), sgn(a^6)
abs(b)*sgn(b), b*sgn(b), sgn(b^6)
end